Welcome![Sign In][Sign Up]
Location:
Search - linux ddd

Search list

[Linux-Unixmulti-ice-ddd.tar

Description: 在Linux下和multi-ice连接,用来调试Linux操作系统的源代码-in Linux and multi-ice connectivity, used to debug the Linux source code
Platform: | Size: 68121 | Author: zl_he | Hits:

[WEB Codeddd

Description: linux的一个集成开发环境(IDE),ddd的手册
Platform: | Size: 1900278 | Author: 周德召 | Hits:

[Other resourceddd

Description: 在linux如何使用ddd,刚刚起步学linux
Platform: | Size: 5206 | Author: HUANGHONGJIAN | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Linux-Unixmulti-ice-ddd.tar

Description: 在Linux下和multi-ice连接,用来调试Linux操作系统的源代码-in Linux and multi-ice connectivity, used to debug the Linux source code
Platform: | Size: 68608 | Author: zl_he | Hits:

[Documentsddd

Description: linux的一个集成开发环境(IDE),ddd的手册-linux an integrated development environment (IDE), ddd manual
Platform: | Size: 1899520 | Author: 周德召 | Hits:

[Software Engineeringddd

Description: 在linux如何使用ddd,刚刚起步学linux-In linux how to use ddd, has just started learning linux
Platform: | Size: 5120 | Author: HUANGHONGJIAN | Hits:

[Linux-Unixddd-3.3.10.tar

Description: ddd-3.3.10,是一个很棒的Linux调试工具.具有你想像不到的强大的功能.-ddd-3.3.10, is a great debugging tool for Linux. have you could not imagine the powerful functions.
Platform: | Size: 7620608 | Author: daivis | Hits:

[Linux-Unixqdir.tar

Description: linux下快速进入目录的工具 qdir 解压后运行install即可,最好将qd.sh文件的倒数第而行改为rm -rf "$QD"。比如在工作目录下 \home\AAA\BBB\CCC\DDD\EEE\FFF\GGG,运行qd –s . 即可,用qd –e可以看到: 1 \home\AAA\BBB\CCC\DDD\EEE\FFF\GGG 我们又到一个目录,\home\MyName\ AAA\BBB\CCC\DDD\EEE\FFF\GGG, 运行qd –s . 2,可以将这个目录设置在第二个位置,用qd –e可以看到: 1 \home\AAA\BBB\CCC\DDD\EEE\FFF\GGG 2 \home\MyName\ AAA\BBB\CCC\DDD\EEE\FFF\GGG 这样我们在任何目录下,键入qd –e 1就立刻进入\home\AAA\BBB\CCC\DDD\EEE\FFF\GGG目录,键入qd –e 2就立刻进入\home\MyName\ AAA\BBB\CCC\DDD\EEE\FFF\GGG ,可以做到工作目录瞬间转换。-linux rapid access to the tools directory after extracting qdir can run the install, it is advisable to document the penultimate qd.sh while replaced by rm-rf " $ QD" . For example, in the working directory \ home \ AAA \ BBB \ CCC \ DDD \ EEE \ FFF \ GGG, running qd-s. Can, with qd-e can see that: 1 \ home \ AAA \ BBB \ CCC \ DDD \ EEE \ FFF \ GGG we went to a directory, \ home \ MyName \ AAA \ BBB \ CCC \ DDD \ EEE \ FFF \ GGG, running qd-s. 2, this directory can be set up in the second position, with qd-e can see that: 1 \ home \ AAA \ BBB \ CCC \ DDD \ EEE \ FFF \ GGG 2 \ home \ MyName \ AAA \ BBB \ CCC \ DDD \ EEE \ FFF \ GGG so that we in any directory, type qd-e 1 on the immediate access to \ home \ AAA \ BBB \ CCC \ DDD \ EEE \ FFF \ GGG directory, type the qd-e 2 on immediate access to \ home \ MyName \ AAA \ BBB \ CCC \ DDD \ EEE \ FFF \ GGG, working directory can be an instant convert.
Platform: | Size: 2048 | Author: yxp | Hits:

[OS DevelopLINUX-0.01

Description: LINUX最原始的内核版本,可以用ddd+gdb调试运行学习-LINUX-0.01
Platform: | Size: 89088 | Author: 高毅 | Hits:

[DSP programsadqwe

Description: [struts+hibernateOA.rar] - the procedures used to achieve the Apache struts oa office system, a partial function, has ye in the above experiments, compilation of language, the process is transferred links. :) [slaa281a.zip] - TI s MSP430 connection with the SD Card Drivers test version [multi-ice-ddd.tar.gz] - in Linux and multi-ice connectivity, used to debug the Linux source code [at91sam7s64mp3.rar] - atmelsam7s64 do mp3 decoding of the source [Mp3.rar] - mp3 decoder detailed algorithm flow, as well as the mp3 file format specific introduction [Program-Keil.rar] - arm7 lpc2132+ VS1003+ sdcard produced MP3 in KEIL3 under this program to compile
Platform: | Size: 47104 | Author: sasa | Hits:

[DSP programsadqwe

Description: [struts+hibernateOA.rar] - the procedures used to achieve the Apache struts oa office system, a partial function, has ye in the above experiments, compilation of language, the process is transferred links. :) [slaa281a.zip] - TI s MSP430 connection with the SD Card Drivers test version [multi-ice-ddd.tar.gz] - in Linux and multi-ice connectivity, used to debug the Linux source code [at91sam7s64mp3.rar] - atmelsam7s64 do mp3 decoding of the source [Mp3.rar] - mp3 decoder detailed algorithm flow, as well as the mp3 file format specific introduction [Program-Keil.rar] - arm7 lpc2132+ VS1003+ sdcard produced MP3 in KEIL3 under this program to compile Please read your package and describe it at least 40 bytes in English. System will automatically delete the directory of debug and release, s
Platform: | Size: 46080 | Author: sasa | Hits:

[Embeded Linuxxcvbdgh

Description: [multi-ice-ddd.tar.gz] - in Linux and multi-ice connectivity, used to debug the Linux source code [at91sam7s64mp3.rar] - atmelsam7s64 do mp3 decoding of the source [Mp3.rar] - mp3 decoder detailed algorithm flow, as well as the mp3 file format specific introduction [Program-Keil.rar] - arm7 lpc2132+ VS1003+ sdcard produced MP3 in KEIL3 under this program to compile [ulink2.rar] - Ulink2 sch, schematic diagram. Everyone can look at the! [VS1003driver_ch.rar] - mp3 codec chip VS1003 Driver, C language, Keil development environment [arm_debug.rar] - AT91SAM7S64 debug debugging AT91SAM7S64 Notebook Notebook
Platform: | Size: 39936 | Author: sasa | Hits:

CodeBus www.codebus.net